;
; Events text for Colonies Scenario
; Copyright(c) 1997, John Ellis, UK.
;
;

@BEGINEVENTS

@IF
NOSCHISM
DEFENDER=anybody 
@THEN
 
@ENDIF

@IF
TURN
turn=2
@THEN
TEXT
^The Spanish retake Granada, the last Moorish enclave on the Peninsula.
^
^The Moors and their Berber allies retain their firm grip in Northern 
Africa, however.
^
^By the way, check your tax rate on your first move!
ENDTEXT
@ENDIF

@IF
TURN
turn=3
@THEN
TEXT
^Spanish Discovery: Columbus returns with news of a New World across the Western Ocean!
^
^Thinking he has found a shortcut to the riches of the Orient, he names
the land he has found the "West Indies".
ENDTEXT
@ENDIF

@IF
TURN
turn=8
@THEN
TEXT
^English Discovery: John Cabot makes landfall near Newfoundland, 
and thinks it to be the North-Eastern extremity of Asia.
ENDTEXT
@ENDIF

@IF
TURN
turn=8
@THEN
CreateUnit
owner=English
unit=Caravel
veteran=No
homecity=None
locations
81,9
81,11
82,10
endlocations
@ENDIF

@IF
TURN
turn=45
@THEN
TEXT
^French Discovery: Cartier explores the Great St Lawrence seaway
 and the Straight of Belle Ile.
ENDTEXT
@ENDIF

@IF
TURN
turn=45
@THEN
CreateUnit
owner=French
unit=Caravel
veteran=No
homecity=None
locations
73,7
73,5
74,4
endlocations
@ENDIF

@IF
TURN
turn=81
@THEN
TEXT
^The Spanish and their allies win a great naval victory against the
Turks at Lepanto.

^Returning Spanish Galleys add to Spanish strength in the Mediterranean.
ENDTEXT
@ENDIF

@IF
TURN
turn=81
@THEN
CreateUnit
owner=Spanish
unit=War Galley
veteran=Yes
homecity=None
locations
149,53
149,51
149,55
endlocations
@ENDIF

@IF
TURN
turn=90
TEXT
^The English Monarchy converts to Protestantism! The Spanish, defenders 
of the True Faith, immediately declare a holy war.
ENDTEXT
MakeAggression
who=Spanish
whom=English
@ENDIF

@IF
TURN
turn=100
CreateUnit
owner=Aztec
unit=Imp.Bodyguard
veteran=Yes
homecity=None
locations
33,83
endlocations
@ENDIF

@IF
TURN
turn=150
CreateUnit
owner=Aztec
unit=Imp.Bodyguard
veteran=Yes
homecity=None
locations
33,83
endlocations
@ENDIF

@IF
TURN
turn=200
CreateUnit
owner=Aztec
unit=Imp.Bodyguard
veteran=Yes
homecity=None
locations
33,83
endlocations
@ENDIF

@IF
TURN
turn=295
@THEN
TEXT
^Scenario ends in 1792!
ENDTEXT
@ENDIF

@IF
TURN
turn=299
@THEN
TEXT
^French Revolutionaries storm the Bastille! The Struggle for Empire
 is  
ENDTEXT
@ENDIF
@ENDEVENTS
